de_image ~master (2022-01-31T01:34:57.6577976)
Dub
Repo
sBIT_Chunk
devisualization
image
fileformats
png
union
sBIT_Chunk {
ubyte
grayScale
;
ubyte
[
3
]
trueColor
;
ubyte
[
3
]
indexed
;
ubyte
[
2
]
grayScaleAlpha
;
ubyte
[
4
]
trueColorAlpha
;
}
Members
Variables
grayScale
ubyte
grayScale
;
grayScaleAlpha
ubyte
[
2
]
grayScaleAlpha
;
indexed
ubyte
[
3
]
indexed
;
trueColor
ubyte
[
3
]
trueColor
;
trueColorAlpha
ubyte
[
4
]
trueColorAlpha
;
Meta
Source
See Implementation
devisualization
image
fileformats
png
aliases
HeadersOnlyPNGFileFormat
RGB16
RGBA16
enums
PngIHDRBitDepth
PngIHDRColorType
PngIHDRCompresion
PngIHDRFilter
PngIHDRInterlaceMethod
PngPhysicalPixelUnit
PngRenderingIntent
PngTextKeywords
functions
asPNG
loadPNG
loadPNGHeaders
structs
IHDR_Chunk
PLTE_Chunk
PNGFileFormat
cHRM_Chunk
gAMA_Chunk
iCCP_Chunk
pPHs_Chunk
sPLT_Chunk
sRGB_Chunk
unions
bKGD_Chunk
sBIT_Chunk
tRNS_Chunk